@charset "UTF-8";
/*-----------------------------------------------
Theme Name: xeory_base-child
Theme URI: https://xeory.jp/base/
Template: xeory_base
-----------------------------------------------*/
@import url('https://6dd394.claudeassets.com/20220125105438cs_/https://kitajima-architecture-design.com/wp/wp-content/themes/xeory_base/style.css');

body {
  color: #515151;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-wrap: break-word;
  word-break: normal;
}

/* ----------------------------------------
body余白 */
body.home #content {
    padding-top: 0px;
}

/* ----------------------------------------
レイアウト */
.one-column #content .wrap {
  width: 100%;
  max-width: 1220px;
  padding: 0 10px;
}

/* ----------------------------------------
–カテゴリーの投稿数を横に配置 –*/
.widget_recent_entries a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_views a {
  color: #5e6265;
  text-decoration: none;
  padding-left: 36px;
  display: inline-block;
}

/* ----------------------------------------
小カテゴリーの左内側余白を空ける –*/
li.cat-item .children {
padding-left: 30px !important;
}

/*-----------------------------------------------
メイン画像の余白（現在未使用） –*/
.main_img{
    text-align:center;
    width:100%;
    padding-top:1em;
    padding-bottom:1em;
}

/* ----------------------------------------
ヘッダー */
#header {
  position: relative;
}

#header .nav_toggle {
  display: none;
  position: absolute;
  color: #515151;
  font-size: 24px;
  top: 10px;
  left: 15px;
  z-index: 100;
}
@media(max-width: 991px) {
  #header .nav_toggle {
    display: block;
  }
}

/* ----------------------------------------
 ヘッダー右　*/
#header #tel {
  float: right;
  color: #555;
  /*font-weight: bold;*/
  font-size: 1.125em;
  line-height: 1.7em;
  padding: 0;
  margin-right: 0;
}
#header #tel a {
  display: inline-block;
  color: #555;
}
#header #tel a i {
  font-size: 1.1em;
  vertical-align: 1px;
  margin-right: 5px;
}

/*-----------------------------------------------
ヘッダーディスクリプション（現在未使用） –*/
.header-description {
 font-size: 12px;
 color: #777;
}
/* ----------------------------------------
–ヘッダー余白 –*/
#header {
  background: #fff;
  padding: 30px 0 20px;
  border: none;
}
#content {
  padding: 38px 0 0 0;
  background: #fff;
}

/*-----------------------------------------------
 ヘッダーSNSボタン　*/
#header #header-sns li {
    display: inline-block;
    margin-left: 15px;
    font-size: 30px;
}

/*-----------------------------------------------
グローバルナビ */
#gnav-container .clearfix:after {
display: none;
}

#gnav {
margin-top: -1px;
background: #fff;
border: none;
font-size: 20px;
}
#gnav ol, #gnav ul {
list-style: none;
display: table;
table-layout: fixed;
width: 100%;
box-sizing: border-box;
border: none;
margin: 0;
}
#gnav span {
font-size: 12px;
color: #231B8F;
}

#gnav .sub-menu {
z-index: 10;
font-size: 14px;
margin: 0;
}

#gnav li {
text-align: center;
display: table-cell;
float: none;
padding: 3px 0px;
border: none;
margin-bottom: -3px;
}

#gnav li.current-menu-item a {
border: none;
}

#gnav li.current-menu-item, #gnav li.current-menu-parent {
border: none;
}

#gnav li a {
display: block;
border: none;
padding: 5px  5px;
color: #fff;
background: #999;
text-decoration: none;
margin-left: 3px;
width: auto;
text-align: center;
-webkit-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
}

#gnav li:hover {
border: none;
}

#gnav li a:hover {
  border-top: none;
  background: #666;
  color: #fff;
}

#header-menu-tog {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 100;
}
#header-menu-tog a,
#header-menu-tog a:visited {
  color: #515151;
}
#header-menu-tog.active a {
  color: #fff; 
}

@media screen and (max-width: 991px) {
  #header {
    position: relative;
    padding: 50px 0 32px !important;
  }

  #gnav {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 1.1em;
    background: transparent;
    margin: 0;
    padding: 0;
  }
  #gnav ul {
    display: block;
    background: rgba(43,23,4,.95);
    padding: 1em 0;
  }
  #gnav ul li {
    display: block;
    text-align: center;
    margin: 0;
  }
  #gnav ul li a {
    display: block;
    padding: 1em;
    box-sizing: border-box;
    background: transparent;
    color: #fff;
    border: none;
  }
  #gnav ul li a:hover,
  #gnav ul li a:focus {
    color: #fff;
    background-color: transparent;
    text-decoration: underline;
  }
  #gnav ul li.current-menu-item a {
    background: transparent;
    text-decoration: underline;
  }
}

#content .wp-caption {
  max-width: 100%;
  border: 1px solid #efefef;
  text-align: center;
  padding: 5px;
}

/*-----------------------------------------------
snsボタン*/
.cat-content {
    background: #f7f7f7;
    padding: 30px 30px 30px 30px;
    margin-bottom: 15px;
}

/*-----------------------------------------------
 リンクカラー */
a:visited { color: #663399; }
a { color: #515151; }
.post-title a:hover {
  color: #0033cc;
  text-decoration: none;
}

/*-----------------------------------------------
 フォント */
.post-title {
  margin: 0 0 10px;
  font-size: 28px;
  clear: both;
  font-weight: bold;
}

.post-content h1 {
  font-size: 28px;
  clear: both;
  padding: 0 0 5px;
}
.post-content h2 {
  font-size: 24px;
  border: none;
  background-color: #e9e9e9;
  padding: .3em .5em;
  margin: 1.5em 0 1em;
}
.post-content h3 {
  background-color: none;
  border: none;
  border-bottom: solid 3px #e9e9e9;
  font-size: 22px;
  margin-top: 1.5em;
  padding-bottom: .3em;
  padding-left: 0;
}
.post-content h4 {
  font-weight: bold;
}
.post-content p {
  font-size: 18px;
  color: #515151;
  line-height: 160%;
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.post-content li {
  color: #515151;
  font-size: 18px;
  margin: 2px 0;
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.post-content dl dt {
  color: #515151;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.post-content dl dd {
  color: #515151;
  font-size: 18px;
  margin: 0 0 20px;
  border-left: 4px solid #e5e5e5;
  padding: 0 0 0 5px;
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



.post-meta li {
  background: #fff;
  float: left;
  margin-top: -0.7em;
  margin-right: 40px;
  padding-right: 24px;
  font-size: 16px;
}

/* ----------------------------------------
　パン屑*/
.breadcrumb {
  margin: 0 0 15px;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
}


/*-----------------------------------------------
 サイドバー */
.side-widget {
  margin: 0;
  padding: 0;
}
.side-widget-area {
  padding-bottom: 30px;
}
.side-widget-inner {
  line-height: 1.6em;
  font-size: 1.2em;
  margin-bottom: 60px;
}

.side-widget .side-title {
  font-size: 1.1em;
  font-weight: bold;
  border-left: solid 6px #888;
  background-color: #efefef;
  padding: .3em 0 .3em .5em;
  margin-bottom: .7em;
}

.side-widget a.profile{
  display: block;
  margin-bottom: 70px;
}

.side-widget .side-menu {
  margin-bottom: 15px;
}

.side-widget .side-menu ul li {
  border: none;
  padding: .6em 0;
}

.side-widget .side-menu a {
  display: block;
  text-align: center;
  color: #5e5e5e;
  font-weight: bold;
  background-color: #eee;
  border-radius: 5px;
  font-size: .923em;
  padding: .5em;
}
.side-widget .side-menu .contact a,
.side-widget .side-menu .page a,
.side-widget .side-menu .contact2 a,
.side-widget .side-menu .toll a,
.side-widget .side-menu .list a,
.side-widget .side-menu .clinic a {
  color: #fff;
}
.side-widget .side-menu .contact a { background-color: #4773e1; }
.side-widget .side-menu .page a { background-color: #919191; }
.side-widget .side-menu .contact2 a { background-color: #eb8d3e; }
.side-widget .side-menu .toll a { background-color: #a00000; }
.side-widget .side-menu .list a { background-color: #504f48; }
.side-widget .side-menu .clinic a { background-color: #3c9e20; }
.side-widget .side-menu .pink a { background-color: #ffbee6; }
.side-widget .side-menu .yellow a { background-color: #ffe362; }
.side-widget .side-menu .deep_green a { background-color: #0B6C19; }
.side-widget .side-menu .light_blue a { background-color: #93e8f5; }
.side-widget .side-menu .indigo a { background-color: #115085; }
.side-widget .side-menu .violet a { background-color: #63318A; }
.side-widget .side-menu .wall a { background-color: #A8913E; }
.side-widget .side-menu .brown a { background-color: #6f4e19; }
.side-widget .side-menu a:hover {
  text-decoration: none;
  opacity: .65;
}

.side-widget .side-posts a {
  display: block;
  position: relative;
  font-size: 1em;
  color: #515151;
  text-decoration: none;
  padding-right: 25px;
}
.side-widget .side-posts a:after {
  position: absolute;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #3b88c3;
  border-right: solid 2px #3b88c3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.side-widget a:hover {
  color: #515151;
  text-decoration: underline;
}
.side-widget .side-posts a:visited { 
  color: #663399;
}

/*-----------------------------------------------
 フッター　*/
.footer-02 .footer-copy {
  text-align: center;
  font-size: 12px;
}
/*-----------------------------------------------
 CTA　*/
.post-cta .post-cta-btn a {
  background: #EB8D3E;
  color: #fff;
  border-radius: 3px;
  border-bottom: 5px solid #ee8329;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 60%;
  margin: 0 auto 20px;
  font-size: 24px;
}
.post-cta .post-cta-btn a:hover {
  background: #f2a15d;
  border-bottom: 5px solid #EB8D3E;
}

.post-cta .post-cta-img {
  width: 0px;
  margin: 0 0 0px 0px;
}


@media screen and (max-width: 767px) {
.post-cta .post-cta-btn a {
    width: 100%!important;
  }
}

/*-----------------------------------------------
 問い合わせフォームボタン */

form input[type="submit"], form button {
    background: #EB8D3E;
    color: #fff;
}

/*-----------------------------------------------
 投稿 */
article.post,
article.page {
  border: none;
}
.post-content {
  padding: 0 50px 0 0; 
}
.post-header {
  padding: 0 50px 42px 0;
}
@media(max-width: 640px) {
  .post-content {
    padding: 0!important;
  }
}

/*-----------------------------------------------
 投稿 目次 */
#ez-toc-container nav {
  margin-top: 3%;
}

/*-----------------------------------------------
 投稿 リンク */
#single_links {
  margin-top: 5%;
}
#single_links img {
  max-width: 250px;
}
#single_links .single_link_title {
  font-weight: bold;
  font-size: 1.1em;
  color: #ff8318;
  margin-bottom: .6em;
}
#single_links .single_link_title.type-1 {
  color: #0000ff;
}
#single_links .single_link_title.type-2 {
  color: #008000;
}
#single_links .single_link_title + br {
  display: none;
}
#single_links .free_area {
  margin-bottom: .8em;
}
#single_links .free_area p {
  margin-bottom: .5em;
}
#single_links .free_area p:last-child {
  margin-bottom: 0;
}
#single_links .free_area a {
  color: #2581c4;
}
#single_links .text {
  font-size: .95em;
  margin-top: .2em;
  margin-bottom: .5em;
}
#single_links li a {
  color: #515151;
  font-size: .95em;
}
#single_links li img {
  margin-top: .2em;
}
#single_links li .text {
  font-size: .88em;
}

/*-----------------------------------------------
 固定ページ 新着情報一覧 */
.page .news_list {
  list-style: none;
}
.page .news_list li {
  line-height: 1.5em;
  border-bottom: solid 1px #ddd;
  padding-bottom: 1em;
}
.page .news_list li + li {
  margin-top: 1em;
}
.page .post-content .news_list p {
  margin-bottom: 0;
}
.page .news_list li .time {
  font-size: .85em;
  color: #888;
}
.page .news_list li .news_title a {
  color: #515151;
}

/*
     FILE ARCHIVED ON 14:31:43 Sep 02, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:58:34 Jul 29, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.441
  exclusion.robots: 0.057
  exclusion.robots.policy: 0.049
  esindex: 0.007
  cdx.remote: 43.025
  LoadShardBlock: 110.81 (3)
  PetaboxLoader3.datanode: 139.526 (5)
  PetaboxLoader3.resolve: 66.11 (2)
  load_resource: 132.037
  loaddict: 53.942
*/